home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / lib231.arc / GO.BAT < prev    next >
DOS Batch File  |  1990-05-11  |  293b  |  15 lines

  1. Echo off
  2. install /start
  3. if errorlevel 1 goto DONE
  4. cls
  5. echo 
  6. echo Starting The Liberator now.  To start The Liberator yourself, in the
  7. echo future enter LIBERATE from a DOS prompt, or enter Alt-G LIBERATE
  8. echo from Telix terminal mode.
  9. echo 
  10. pause
  11. echo 
  12. echo on
  13. LIBERATE
  14. :DONE
  15.